home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Database / RadioAssociation / RadioAssociation.h < prev    next >
Text File  |  1995-06-12  |  250b  |  13 lines

  1. /*
  2.  * RadioAssociation -
  3.  *     William Shipley 
  4.  */
  5.  
  6. #import <dbkit/dbkit.h>
  7. #import <appkit/appkit.h>
  8.  
  9. @interface Matrix(RadioAssociation)
  10. - association:association setValue:(DBValue *)value;
  11. - association:association getValue:(DBValue *)value;
  12. @end
  13.